home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / cc / sprite / dummy.h < prev    next >
Encoding:
C/C++ Source or Header  |  1989-09-26  |  602 b   |  20 lines

  1. /*
  2.  * dummy.h --
  3.  *
  4.  * This is an empty include file.  It is the target of a symbolic link
  5.  * in ../../cpp/config.h.  It turns out that some of the files in cpp
  6.  * include config.h, even though they don't need to.  The "real" config.h
  7.  * files are target-machine specific, so ../../cpp/config.h was made
  8.  * to point here to keep cpp target-independent.
  9.  */
  10.  
  11. #define BITS_PER_UNIT   8
  12. #define TARGET_BELL     '\007'
  13. #define TARGET_BS       '\010'
  14. #define TARGET_FF       '\014'
  15. #define TARGET_NEWLINE  '\012'
  16. #define TARGET_CR       '\015'
  17. #define TARGET_TAB      '\011'
  18. #define TARGET_VT       '\013'
  19.  
  20.